Pylateasy

This is a brief usage tutorial. Lattieceaasy can be run by calling Run(params) where params is a dictionary of parameter values. This returns a run object.

Field evolution can be quickly plotted with .plot() method.

Means and variances are stored in corresponding attributes as pandas dataframes.

Energies

Energy densities are stored in energies attribute and can be plotted with .energies.plot() method.

Spectra

Occupation number spectra are stored in the spectra attribute. $n_k$ for $\phi$ and $\chi$ respectively are found in spectra.nk_phi and spectra.nk_chi as pandas pivot tables. Spectra can be plotted with spectra.plot().

Slices

Lattice slices (assuming 2D) are stored in the slices attribute and can be plotted with slices.plot(t) where t is the $t$th slice. By default returns the last slice.